All Questions
1 question
2votes
2answers
184views
Trait and Implementation vs just Implementation
In my previous Java job, we tended to avoid defining interfaces for everything unless we genuinely had multiple implementations for it. This may just be my opinion, but if there is only one ...